miniHIL Release Notes



5.1.3 (2024-03-08)

  • [Testreport]

    • MetaInfo annotation values are now rendered as markdown in the html test report.

  • [Dashboard/Headless]

    • Added out of sync check for loaded models and flashed application when connecting to the miniHIL.

    • Improves reliability of usb connection in case of degraded usb performance on the host side

  • [SPI adapter]

    • Allow disabling automatic return to slave mode, to avoid release of NSS and CLK lines to tristate outputs

  • [System]

    • Lowered priority of USB interrupts to avoid blocking of other user specific interrupts

  • [SPI]

    • Adds missing common callbacks for SPI5

5.1.2 (2024-02-08)

  • [RTC - Real time clock]

    • The rtc_getDateTime function now returns a bool to indicate if a valid time has been read into the passed ptr. The function now returns false if the rtc does not have a valid time set (e.g. before a usb connection with the test runner/gui has been established at least once). This change also fixes a bug were the RTC time could not be synchronized successfully if it had been requested using the rtc_getDateTime function before the initial sync.

  • [Testreport]

    • Fixes a bug where MetaInfo annotations were not correctly attached to test results if the test case contained parameters.

  • [SPI adapter]

    • Adds option to configure SPI idle clock polarity, clock capture edge, NSS active level and transmission timeout

5.1.1 (2024-01-12)

Note This release contains a new tools directory (v5.0.1).
  • [LIN]

    • Corrections and additional documentation in User Guide

    • LIN scheduler rollover notification and schedule switching behavior fixed to match existing documentation

    • DLinScheduleState documentation correction for pos member

  • [Testreport]

    • Fixes test case descriptions for parameterized test cases

    • Fixes reporting when test cases were executed selectively

    • Percentage labels on HTML report graph forced to add up to 100%

  • [DigIn]

    • Corrections in Model Library reference documentation for PDigIn

  • [GUI/Headless test runner]

    • Adds documentation of test execution order when Selecting Tests

    • Fixes USB ZLP handling in case header and payload are send in one usb transaction

  • [CaGe]

    • For PC variant test executables, fixes typo in build configuration for wait max delay override. Normal tests targeting the miniHil hardware are not affected by this change.

  • [Runtime]

    • Fixes hard fault when the miniHIL project is compiled with -O2 optimization. The hard fault was caused by GCC that inserts undefined instructions on purpose when it detects a (null-)pointer pointing to 0x00 (beginning of RAM).

  • [Tools]

    • Remove unused Java JRE

    • Updates arm gcc from v10.3 to v12.3

5.1.0 (2023-12-15)

  • [Timing service]

    • Fixes a race condition which between could happen if kill and startTimeout/startTimer message were directly send after each other from within the same actor. Under some circumstances this could in turn lead to a message queue overflow.

  • [CaGe]

    • Fixes printing the reason for expect absent expects.

    • For PC variant test executables, fixes excessive wait delay warnings due to platform-dependent (non-realtime) inaccuracy. The maximum delay before triggering a warning is relaxed to 10 ms. Normal tests targeting the miniHil hardware are not affected by this change.

    • Fixes a bug where cage traces were not converted correctly if a cage trace buffer overflow ocurred at the end of a step or sequence call.

  • [Testreport]

    • Fixes a test case name escaping bug which truncated some test case names with float parameters.

    • Enables html raw passthrough for test case and test suite documentation when rendered in the html test report

    • Extends the html test reports markdown renderer capabilities to be compatible with github flavoured markdown

5.0.0 (2023-09-29)

Warning This release contains changes which may be breaking if you use the STM32 HAL drivers directly (see notes below).
Note This release contains a new IDE (v5.0.0)
Note This release requires a new tools directory (v5.0.0).
  • [HAL]

    • Migrated Stm32CubeH7 HAL from v1.10.1 to v1.11.0 The release notes can be found here. The file is also available as part of the STM32CubeH7 package v1.11.0 (Drivers\STM32H7xx_HAL_Driver\Release_Notes.html).

  • [LIN]

    • The LDF to eTrice generator now supports the LIN ByteArray data type

  • [I2C master]

    • Fixes a hard fault when using an i2c address which is not present on the bus

  • [Ethernet]

    • Adds an lwip adapter as well as an example tcp connection actor (Max payload size 255 byte). Currently ethernet may be used by user test cases. It is not used to control test execution. (minihil.platform.eth)

  • [CaGe]

    • Fixes a bug with in range expects: In case the correct type of the expect could not be inferred from the arguments the arguments were cast to int before comparison. Inferring the correct type fails if all parameters (compare value and both range limits) are provided as target code. This could lead to unexpected fail/passes of the expect.

  • [IDE]

    • Updated to STM32CubeIDE v1.13.1 (ST Release notes)

    • Added Markdown (CommonMark) support. It is now the default language for documentation in eTrice and CaGe

    • Updated CaGe

      • Increased char limit for arguments in trace diagrams

      • Fixed trace diagrams when string argument contains special char

      • Improved validation

  • [Input capture]

    • Adds a new input capture actor to measure timings of arbitrary digital waveforms (docs).

  • [GUI/Headless test runner]

    • Fixes a crash on disconnect

  • [Interactive hardware documentation]

    • Fixes wrong pin labels for usart 1 RX and TX pins in interactive hardware documentation

    • Adds header pin numbers to pin hover texts

    • Allow adding custom "software adapters" in the hwConfig.json. (A json schema file can be found in minihillib/gradle/hwConfig.schema.json).

    • Changes download file name to hwConfig.json to match the file name expected by the gradle task.

    • Adds version number info to menu

4.4.2 (2023-07-07)

  • [Logging/Toolchain]

    • FIX: Reenables the generation of runtime statistics

    • FIX: Test case names with parameters are now correctly displayed in the GUIs build in console.

4.4.1 (2023-06-16)

Note This release requires a new tools directory (v4.4.1).
Warning BREAKING - Format of CLI argument -Ptests=…​ has changed, the separator must be ; only.
  • [Logging/Toolchain]

    • Improved support of test cases with arguments

      • CLI argument -Ptests=…​ support test cases with arguments, see updated documentation Headless Build and Test
        The separator for multiple test names has changed to ; only.

      • Test case arguments are displayed in the miniHIL toolchain consistently, e.g. UI, text logging, test results …​

    • Improves PLogger.logF performance for strings < 150 chars

  • [Runtime]

    • Adds missing common callback functions for SPI6

    • Adds common callback functions for HAL SPI error callback

  • [Build]

    • Fixes a bug where the miniHIL executable was deleted if the tests failed and if the assemble and runTests gradle tasks were used together

  • [Reporting]

4.3.0 (2023-02-15)

  • [Standalone GUI (dashboard)]

    • This release contains the first version of the standalone MiniHIL GUI (documentation).

  • [Core/GUI/Headless build]

    • Adds timestampLogs project property which enables gui and headless test outputs to be generated into sub-folders named with the current date and time. (Add timestampLogs=true to your gradle.properties file).

    • Adds a --passthroughMultichannelIds [channelID] option to the GUI and headless test executor.

      • With this option a local tcp socket is opened on port 3300 + channelID (i.e. 3331 for channel 31). A client connected to this port can receive and send messages from/to the multichannel with the corresponding ID. Note: The transport is only available for ids 30..60.

      • You may pass the option using the hilsimgui_args and headless_test_args in your gradle.properties file (e.g. headless_test_args=--passthroughMultichannelIds 31).

4.2.1 (2022-12-14)

Note This release requires a new tools directory (v4.1.4).
  • [CaGe]

    • Support automatic retry for unstable tests, see (more)

  • [Core]

    • Breaking: Enables compiler flag -Werror=sign-compare to ensure int/uint compares in CaGe always have the expected result. This might break your projects build if it contains comparisons between singed and unsigned integers (e.g. in custom target code expects). The resulting build errors have to be fixed by adding the appropriate type casts.

    • Disables unused USB FS (USB 2)

  • [AnOut]

    • Adds an adapter to control the dac channels connected to the "AnalogOut" header using the PAnOut protocol (minihil.api.adapters.dac.ADACCtrl).

  • [GUI]

    • Fixes a usb enumeration issue which allowed only one gui/command line process per PC to connect to a miniHIL board even if multiple miniHIL boards where connected.

  • [Output folders GUI/Headless]

    • Breaking: cageTraces and etTraces are now generated into the corresponding sub folders of the build/tests folder and not directly into the build folder.

  • [LIN]

    • NOTE: The generated lin actors now use the baud rate specified in the ldf file. Previously the baud rate was hardcoded to 19200 bps.

4.1.3 (2022-08-31)

  • [CLI]

    • Test cases can be selected by name, see (more)

    • Added Gradle task showTests to output all available test names

    • Test names defined via file (-PtestFile=) must be separated by new lines only

  • [Reporting]

    • Adds TestLog_testTrace(const char* format, …​); function which prints strings into the test log and the generated cage traces

  • [IDE]

    • Updated to cube IDE v1.10.1 (ST Release notes)

    • Fixes a regression in 4.1.2 which stopped links in the generated CaGe Traces from opening the correct cage file location in eclipse

4.1.2 (2022-08-09)

Note This release requires a new tools directory (v4.0.2).
  • [General]

    • Explicitly set in and output file encoding to UTF-8 for all generators to ensure correct encoding of special characters.

  • [CaGe]

    • Increased max test suite name length to 60 chars. NOTE: If you are using the miniHIL PC variant you have to increase your message queue block size to >= 100 bytes.

    • Sequence diagrams now show timeouts and more parameter details in step calls, sequence calls, and test cases.

    • Fixed a bug in the documentation generator, where if a test case sequence/step was referenced in multiple test suites, the test case diagram would only be generated for one of the test suites.

  • [Reports]

    • Fixed createFeatureReport arguments handling in headless build. The feature report output files will now always be located in the MiniHilProject/build/tests directory, regardless of the presence of meta information arguments.

  • [IDE]

    • This release contains a new IDE release with usability improvements.

4.1.1 (2022-07-01)

  • [Etrice] minor fixes for C generator warnings and eTrice documentation generator output.

4.1.0 (2022-06-08)

  • [CORE] Fixes a bug which could lead to an endless loop if tim6 was enabled

  • [I2C] Fixes a regression introduced by the 10-Bit addressing support which could lead to dropped bytes or endless loops if more than one byte was read from the i2c interface at once. NOTE: This release removes the const keyword from the context pointer target of the i2cSlaveCallback_ft. You should change your callback signatures accordingly to avoid compiler warnings.

4.0.2 (2022-05-31)

  • [PWM Sensors] Fixes a bug with incorrect duty measurement during 0/100% duty periods which occurred if the frequency was requested multiple times during one low-cutoff period (This can only happen if the measured pwm signals frequency is below 1 khz).

  • [I2C] Adds support for the simulation of 10-Bit addressed I2C slaves. Limitation: All 10-Bit addressed slaves on the same I2C bus must share the same value for the upper two address bits.

  • [CaGe/Reports] Fixes a regression where multiple calls to the same parameterized test case sequence resulted in duplicate generated documentation sections.

4.0.1 (2022-05-10)

  • Fixes an unintended breaking change where testsuite names were prefixed with "MiniHILProject" in the results.xml. This release resets the naming behavior to the pre 4.0.0 state to ensure compatibility with existing tooling and featurecov mappings.

  • [CaGe/Reports] Documentation generator now correctly handles test suites that reference test cases from external CaGe models. Also resolves an issue where all-lowercase names may cause broken links.

4.0.0 (2022-04-28)

Warning This release contains changes which may be breaking if you use the STM32 HAL drivers directly (see notes below).
Warning This release requires a new tools directory (v4.0.0)
Warning This release contains changes to the build process which require manual project updates. See "Note" in the "Build" section below.
Warning BREAKING - This release switches from usb serial port driver to winusb/libusb driver. This requires changes to your CI setup as well as to your GUI configuration (See [GUI/USB] section below).
Note This release contains a new IDE (v3.3.0)
  • [CaGe]

    • Adds finally expects to the CaGe language. finally expects may be used to wait for a message with a specific payload. (more)

    • Trace contains sequence parameters and graph state states

    • Added documentation for (State Transition Testing)

  • [HAL]

    • Migrated Stm32CubeH7 HAL from v1.2 to v1.10.1. The release notes can be found here. The file is also available as part of the STM32CubeH7 package v1.9.1 (Drivers\STM32H7xx_HAL_Driver\Release_Notes.html).

  • [Tools]

    • Updated arm gcc toolchain from v7.3.1 to v10.3.1

    • Updated gradle from v6.9 to v7.4

    • Removed ST_LINK_CLI.exe (it is no longer needed, the same functionality is provided by the STM32CubeProgrammer)

  • [Build]

    • Removed obsolete tasks "stLinkFlash", "stLinkReset", "stLinkFlashOnly". Use "flash", "flashOnly" and "reset" instead.

    • Moved binary build outputs into "build/bin" subdirectory

      • If eclipse does not find the elf file in its new location you may have to "refresh" the MiniHilProject

      • NOTE: This change requires that you update your launch configurations. To do that run .\gradlew.bat updateLaunchConfigurations once.

      • NOTE2: If you are building c++ sources this might lead to an error if shared libraries are build by the native build plugin. You can disable the shared library build by adding withType(SharedLibraryBinarySpec) { buildable = false } to your builds "binaries" section (For an example see /minihillib/gradle/MiniHilLibraryStm32h7.gradle).

    • The build changes should improve build caching and therefore build speed after the initial build has been completed.

  • [UART]

    • Adds two additional UART adapters. One with RS485 DE signal and one with rs232 hardware flow control.

    • Adds UART3 and allows configuration of rs232 flow control for UART2

  • [System] eTrice message size increased to 92 bytes.

  • [CAN] Adds support for 64 byte CAN-FD frames. Removes 32 byte CAN-FD frame size limit.

  • [GUI/USB] Switches from virtual serial port driver to WinUSB/LibUSB driver

    • This changes how miniHIL boards are addressed when executing test using gradlew. See -Paddress documentation here.

    • This requires that you switch the connection method to usb when connecting through the gui

    • NOTE A miniHIL board which has been flashed with the new usb implementation cannot be connected through an old gui. If needed it has to be reprogrammed with the old version first.

  • [GUI]

    • Test logs and traces are now generated into a "build" subdirectory of the HilSimGui directory. Update ignore lists accordingly

    • The gui now produces the same test artifacts as the gradlew command line build

Known Issues

  • Newly added room entities (actors/protocols/enums) sometimes do not show up in other room files until a build is triggered

    • Workaround: Enable "Build Automatically" in your eclipse workspace (From the menu bar choose: Project→Build Automatically, if enabled a checkmark is shown before the menu entry)

3.2.1 (2022-02-07)

  • [CaGe] Removed limit for amount of test cases

  • [CAN] Fixes a bug where can tx messages were dropped silently when bus-errors/arbitration loss occurred

  • [ADC] Fixes initialization timeout on some miniHIL boards

  • [Docs] Updated quick start tutorial

  • [XCP] Fixes a bug which prevented successful xcp master reset when the master is not in idle state

3.2.0 (2021-11-29)

  • [IDE] This release contains a new IDE (v3.2.0)

    • Fixes font handle (memory) leak

    • Updates eTrice and CaGe plugins to the latest version

  • [Docs] Improved and added development environment documentation

  • [CAN] Added can message filtering capabilities to PCANData protocol

  • [CAN] Increased amount of bus ports offered by STM32CanService

3.1.2 (2021-10-26)

  • [GUI] fixed mute logging after reconnect

  • [GUI] text logging is additionally written to files splitted by test case, see folder 'testcases'

  • [Build] fixed line endings of generated whitebox python file

  • [XCP] fixes a connect regression introduced in the last release

  • [I2C] Adds a third I2C bus adapter (This actor is still part of the minihil platform namespace. Its api might still change in the future).

  • [RTC] Adds realtime service and c api which provides the real (clock) time after the pc usb connection is established (docs)

3.1.1 (2021-10-05)

  • [CAN] fixed conversion of extended IDs from DBC file

  • [CAN] fixed non-stable order of data classes in generated ROOM files

  • [XCP] improved xcp service reset

  • [I2C] fixed I2C callback handling if unknown virtual slave address is encountered

  • [UART] fixed a sporadic DMA lock-up issue

  • [UART] fixed peripheral handling when a receive might interrupt a running transmit

  • [UART] added logging for UART buffer overflows in custom uart1 actor

  • [Build] fixed generator execution order regression

3.1.0 (2021-08-25)

Note This release requires a new miniHIL tools directory >= v3.1.0. This tools version is not backwards compatibility with older minihillibs.
  • [IDE] New IDE release (3.1.0) contains updated editors and ui components

  • [Tools] Adds release.properties file with tools version information

  • [Tools] Updated minihil-tools to 3.1.0.

  • [Doc] Adds MiniHIL Library update guide.

  • [Doc] Adds minimal documentation for Featurecov generator.

  • [DigOut Adapters] Improved handling of level change requests from initial transitions of user actors.

  • [DigOut Adapters] Improved warnings for disconnected output pins.

  • [I2C] Adds a second I2C bus adapter (This actor is still part of the minihil platform namespace. Its api might still change in the future).

  • [Build] Updates gradle to v6.9

  • [Build] Missing directories on the modelpath are now reported as warnings.

  • [CaGe Doc] Adds state transition test diagrams to cage doc

  • [eTrice] Updates eTrice to v3.2

3.0.4 (2021-07-16)

  • [eTrice/GUI] Feat: Add binary MSC tracing (refer to Tracing of Monitors & Simulators)

  • [Build] Fix: Prevent CDT using executable from previous build

  • [UART] Fix: Improve UART2 adapter performance and stability

  • [Doc] Fix: Add documentation for CAN pinout bug on older miniHIL Hardware

  • [CaGe] Fix: Increase test case failure message length from 40 to 256

  • [eTrice] Fix: etTimeHelpers_normalize runtime utility function

3.0.3 (2021-06-09)

  • [CaGe] FIX: Increase testcase limit to 1024

  • [PWM] Feat: Adds 8 pwm sensor actors (v2). (These actors are still part of the minihil platform namespace. Their api might still change in the future). Note: The timer freuquency is currently fixed to 200MHz. Lowest measurable frequency is approx. 3.1 kHz.

  • [PWM] Feat: Pwm generators now have replicated ports

  • [UART] FIX: Improves uart reliability for baudrates >= 1 Mbit/s

  • [UART] Feat: Adds a second custom uart 1 adapter which uses PA10/PA09

  • [CAN] FIX: Fixes bug in open/close/reopen behavior

3.0.2 (2021-05-03)

Note This is a bug fix only release.
Note To be able to start a debug session with the new miniHIL IDE you need to have the STLinkServer component installed. If you are unsure you can find the installer in the new miniHIL IDE zip file inside the "STLinkServer" folder.
  • [IDE] Fixes (NPE) error message when opening c / cpp source or headerfiles.

  • [ADC] Adds a second adc adapter which uses different hardware ressources.

3.0.0 (2021-04-30)

Note This relase contains a new miniHIL IDE. Users who want to use the new IDE for existing projects have to migrate theire projects manually.
  • [IDE] This release contains a new miniHIL IDE. The new IDE is based on the more up to date STM32 Cube IDE. This change requires that users who want to adopt the new IDE will have to migrate their existing projects. See Cube IDE Migration Guide

  • [Reset Gen] Fixes bug where a misleading warning was logged by the reset generator when used with the current io adapters

  • [PWM] Fixes bug in PWM sensors which did not currectly report 0/100% duty if duty and frequency were measured at the same time

  • [PWM] Fixes bug where PWM Sensor 3 sampled the wrong pin when 0/100% detection is active

  • [PWM] Fixes div by 0 error if the pwm frequency was calculated after 0 duty was measured

  • [Build] Better detection of unsupported project paths

  • [Build] MiniHIL project builds use the g++ linker by default now. This is backwards compatible to existing miniHIL projects. But, it allows mixing prebuild c and cpp libraries

  • [CAN] Adds a second CAN Service which uses different can hardware. Adds the ability to connect the PROTOS miniHIL to two independant can interfaces.

  • [CAN] Breaking: Renamed AStm32CANService to AStm32CANService1. You have to update your models accordingly.

  • [CAN] Adds CAN-FD support

  • [UART] Adds another uart actor which gives the user more flexibility regarding the used protocol (This actor is still part of the minihil platform namespace. Its api might still change in the future)

  • [I2C] Adds an i2c bus adapter actor. (This actor is still part of the minihil platform namespace. Its api might still change in the future)

  • [CaGe] The "useControlService" option is now enabled by default

2.2.31 (2021-02-23)

  • [CaGe/generated documentation] Included @metaInfo to generated test documentation

  • [GUI] Improved performance of text console

    • Console scrollback buffer is limited now. The full output is written to a log.txt file in the gui directory.

  • [CAN] Fixes unpack bug with some signed values

  • [CAN] Add initial documentation: CAN Bus Adapter

  • [Infrastructure] Adds option to send protobuff messages between the miniHIL Board and a tcp client (using the gui as tcp server).

    • Example use case: Trigger actions in python client on pc and from cage testcase. E.g. to control debug probe connected to the pc.

  • [Infrastructure] Switches default programmer backend from st link cli to CubeProgrammer which adds stlinkV3 support.

  • [Lib] Adds driver to control TPL0401-A/B devices

2.2.30 (2020-11-09)

  • NOTE: This release contains an updated tools zip file. If you switch to this release you have to update your tools directory as well

  • Prepared minihil for communication with external client on pc using TCP and Protocol Buffers

    • added nanopb protocol buffers library

    • HilSimGUI provides tcp port for minihil multichannel

  • [Tools] Add cube programmer to support stlink v3

  • [Tools] Add python runtime for protbuf gernerator

  • [Build] Add gradle cube programmer flash job to be used with the new stlink v3

  • [CAN] Add a multi signal etrice message for incoming can messages

2.2.28 (2020-08-12)

  • [CAN/A2L] Parser support for mulitplexed value and multiplexer switches in a2l files, but sending messages with multiplexed values is currently not supported.

  • [xcp] Generated adapter actors now only reply to the port from which the command was received. Every received xcp error / success message now triggers a matching message on the xcpAdapter port. Listening to the raw XCP port is no longer necessary.

  • [GUI] Fixes bug where potis + button displays were unresponsive

  • [GUI] Black cmd window should now close after the gui is closed.

  • [eTrice] Updated to 3.1.0

  • [Adapters] New led to ledBar adapter

  • Known issues:

    • Currently the releay ports of the TestPort Provider actor classes generate relay port "portname" is not connected warnings. To avoid those warnings you should make the PortProvider actor classes abstract. E.g. abstract ActorClass MyPortProvider.

2.2.27 (2020-07-08)

  • [GUI] Improved stability of communication between PC and miniHIL

  • [Lib] Adds a uart adapter which can be used to receive uart protocols with custom message headers

  • [Lib/GUI] Adds an adapter to send 4 boolean values from the miniHIL to the gui

  • [Lib] DigIn adapters now send the initial input pin state to the application

  • [Lib] DigIn adapters now support the requestLastState message defined in the PDigIn protocol

2.2.26 (2020-06-23)

  • [Lib] Adds generic DUT reset pulse generator

  • [Lib] All digialIO and analog output adapters now offer their services through replicated ports

  • [xcp] XCP adapters are now generated with replicated ports

2.2.25 (2020-06-12)

  • [Lib] Adds a 3rd PWMGenerator actor to the miniHIL lib

2.2.24 (2020-05-29)

  • Build: Bugfix for builds beeing stuck due to a stuck awt thread

  • Build: Adds gradle v6 support

  • CAN: Initial CAN support

  • CI: Improved documentation for ci scripts

2.2.23

  • Build: Minor bugfixes to improve linux build support

2.2.22

  • fixes bug where single tests could not be run from the commandline

  • CaGe: Trace buffer size doubled (500 → 1000 entries)

  • CaGe: Range expects for integer values now print min and max values on failure

2.2.21

  • gradle: Adds preCheckConnection task to check for specific hardware before executing target tasks

  • eTrice 3.0.2: Added 'Organize Imports' action and bugfixes.

  • xcp: Adds a configurable communication timeout, Adds a resetCommunication message to reset the protocol state in case of test failures

  • CaGe: Fixes a bug where imported TestSuites could not be used

  • NOTE: Due to changes in the miniHil api you have to reflash your miniHIL board before you can connect to it using the gui or command line.

2.2.20

  • Minor bugfixes.

  • Fixes a bug where lin and xcp generator deleted each others output files when both generators were used.

2.2.19

  • Adds a second PWM generator actor which uses different hardware resources: APwmGenerator2

2.2.18

  • Improved minihillib for git submodule: Gradle daemon does not lock file of minihillib anymore.

  • CaGe: Fixed for-loop when containing if/else.

  • CaGe: Added wait in Sequences.

  • GUI: Fix for test case execution.

  • GUI: Test results are kept until next re-start.

  • GUI: Fixed start of GUI, when screen(s) resolution has changed.

  • New Eclipse version

2.2.17

  • Improved stability of logging. Log messages and traces will not interfere with test execution and added warning if messages are dropped.

  • CaGe traces are written out after test case has finished. Increased amount of buffered traces.

  • Added report for minihil performance statistics.

  • eTrice and CaGe models must use the new naming convention namespace.name, otherwise the following validation error is issued:

    WrongModelNameError
  • eTrice old-style documentation (["…​"]) is marked as deprecated.

  • Fixed generation of empty subgraphs. Presence of initial transition is now validated.

  • Integrated eTrice Interface Contract Monitors.
    The generation is triggered via the usual build. The generated actors can be found in 'model-gen'. For now it cannot be combined with lin or xcp generation.

  • Test case "skipped" status is shown in CaGe Logging, GUI and FeatureReport.

  • Corrected GUI LEDs status on startup.

  • New Eclipse version

2.2.16

  • Adds a 3rd PWM Sensor which uses different hardware resources

  • LIN: It is now possible to use different ldfs for protocol and actor generation

2.2.15

  • Fixes bug where the offline build tried to access a remote repository to check for updated packages

  • HTML testreport: Skipped tests are marked as skipped in the report now

  • Adds a PWM generator actor: APwmGenerator1

  • LIN: ctrl protocols restructured. Use ctrl.start()/ready()/stop() for general node lifecycle and ctrlScheduler.schedule()/run()/break()/scheduleDone()/etc. for schedule management.

2.2.14

  • Fixed CaGe time unit seconds (s) in generated code

  • LIN:

    • Stop now waits for end of frame slot to notify scheduleDone

    • Option added to notify scheduleDone on schedule rollover

    • Raw diag frame functionality

  • Initial version of XCP generator and libraries

2.2.13

  • Minor fixes in the documentation

  • XML Testreport

    • Adds multiKey and key-text variants of metaInfo annotation

2.2.12

  • Refines the structure of the xml feature report to include testsuits in a more convenient manner. Additionaly top level meta information such as project name and revInfo are added.

  • Lin generator now supports switching between different schedules defined in the ldf file.

  • Revised getting started tutorial

  • Fixed bugs:

    • LIN generator is now run before the code generators are executed.

    • Fixed regression in DigIn adapters

2.2.11

  • eTrice / Cage

    • Removed warning 'import statements using uris are deprecated' in import of models

    • Improved quickfixes for imports.

    • Added validation and hyperlinking for new imports.

    • Model imports can be auto-folded, see eTrice Preferences.

    • Improved name filtering in eTrice dialogs

  • Added first draft for feature report as XML. Report will contain meta information for annotated tests. Steps and Sequences can be annotated with meta information using etrice.api.annotation.MetaInfo. In addition, Steps and Sequences can be marked explicitly as test cases, e.g. TestCase Sequence name. Output of the xml report is along the feature html report.

  • Added task openFeatureReport, which creates and opens the report in Chrome browser.

2.2.9

  • CaGe-Tests View in GUI is resizeable.

  • GUI also generates CaGe traces - output folder is HilSimGUI/cageTraces.

2.2.8

  • Added TextConsole to GUI, which shows the text logs from simulator.